home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / kmail275.arc / KMAIL.CFG < prev    next >
Text File  |  1991-04-26  |  6KB  |  163 lines

  1. ;------------------------------------------------;
  2. ;            Kmail Configuration File            ;
  3. ;------------------------------------------------;
  4. ; Max line length is 50 chars. Comments are      ;
  5. ; indicated by a  ;  in column 1, blank lines ok ;
  6. ;------------------------------------------------;
  7. ; All parms *MUST* begin in column 1.            ;
  8. ;------------------------------------------------;
  9.  
  10. ; Parms 1-4 are used by the mail RDR's and are
  11. ; displayed to the user on various screens.
  12. ; They consist of freeform text describing your
  13. ; BBS system.    SOMETHING must be coded.
  14.  
  15. ;------------------------------------------------;
  16. ; Parm 1 - BBS Name, displayed by RDR's
  17. ;------------------------------------------------;
  18. Produced by Kmail via Twin Peak's BBS
  19.  
  20. ;------------------------------------------------;
  21. ; Parm 2 - City, State, Zip
  22. ;------------------------------------------------;
  23. Longmont, Co., 80501
  24.  
  25. ;------------------------------------------------;
  26. ; Parm 3 - BBS Phone Number
  27. ;------------------------------------------------;
  28. (303)-651-0225
  29.  
  30. ;------------------------------------------------;
  31. ; Parm 4 - Sysop Name (mixed case ok)
  32. ;------------------------------------------------;
  33. Ken Krueger, Sysop
  34.  
  35. ;------------------------------------------------;
  36. ; Parm 5 - Mail Packet Name, 8 chars max.
  37. ;          NO .EXT    (UPPER CASE ONLY).
  38. ;------------------------------------------------;
  39. TWINPEAK
  40.  
  41. ;------------------------------------------------;
  42. ; Everything below here is optional. The following
  43. ; show the internal defaults that Kmail will use
  44. ; if not overriden with a parameter here.
  45. ;------------------------------------------------;
  46.  
  47. ;------------------------------------------------;
  48. ; Speed=ConnectBPS,Conf-Limit,Total-Limit
  49. ;------------------------------------------------;
  50. ; Where: ConnectBPS= The modem carrier connect
  51. ;                    speed. (not port speed).
  52. ;
  53. ;        Conf-Limit= Maximum number of messages
  54. ;                    per conference.
  55. ;
  56. ;       Total-Limit= Total overall # of messages
  57. ;------------------------------------------------;
  58. Speed=300,15,50
  59. Speed=1200,50,200
  60. Speed=2400,150,400
  61. Speed=4800,200,600
  62. Speed=9600,200,900
  63. Speed=Local,300,1000
  64. Speed=Qnet,500,2000
  65.  
  66. ;------------------------------------------------;
  67. ;        Protocol BAT file names
  68. ;------------------------------------------------;
  69. ; RX=Xmodem    Receive BAT
  70. ; RO=Xmodem-1K Receive BAT
  71. ; RY=Ymodem    Receive BAT
  72. ; RG=Ymodem-g  Receive BAT
  73. ; RZ=Zmodem    Receive BAT
  74. ;
  75. ; SX=Xmodem    Send BAT
  76. ; SO=Xmodem-1K Send BAT
  77. ; SY=Ymodem    Send BAT
  78. ; SG=Ymodem-g  Send BAT
  79. ; SZ=Zmodem    Send BAT
  80.  
  81. ;------------------------------------------------;
  82. ; Note: Deleting an entry here will disable the
  83. ;       coorsponding protocol on the menu screen.
  84. ;------------------------------------------------;
  85. RX=PCBRX.BAT
  86. RO=PCBRO.BAT
  87. RY=PCBRY.BAT
  88. RG=PCBRG.BAT
  89. RZ=PCBRZ.BAT
  90.  
  91. SX=PCBSX.BAT
  92. SO=PCBSO.BAT
  93. SY=PCBSY.BAT
  94. SG=PCBSG.BAT
  95. SZ=PCBSZ.BAT
  96.  
  97. ;------------------------------------------------;
  98. ;    Optional - Delete this section if you
  99. ;    do not support Puma on your system.
  100. ;------------------------------------------------;
  101. ;       PUMA  Protocol Transfer Options
  102. ;------------------------------------------------;
  103. ; RP=Puma  Receive BAT
  104. ; SP=Puma  Send BAT
  105. ;------------------------------------------------;
  106. RP=PCBRP.BAT
  107. SP=PCBSP.BAT
  108.  
  109. ;------------------------------------------------;
  110. ;              Qnet_Private=Yes/No
  111. ;------------------------------------------------;
  112. ;  This option if set to Yes will allow a caller
  113. ;  with Network-Status to download all private
  114. ;  messages, EXCEPT for comments to sysop, that
  115. ;  have the ECHO flag enabled in the msg header.
  116. ;------------------------------------------------;
  117. Qnet_Private=No
  118.  
  119. ;------------------------------------------------;
  120. ;              Ignore_Echo=Yes/No
  121. ;------------------------------------------------;
  122. ;  This option applies only to Network-Status.
  123. ;
  124. ;  If set to YES will cause Kmail to ignore the
  125. ;  conference ECHO flag and allow downline nodes
  126. ;  the ability to import messages from conf's
  127. ;  defined as NON-ECHO. <usually Main Conf>
  128. ;
  129. ;  If set to NO, then messages in non-echo conf's
  130. ;  cannot be imported into the remote systems
  131. ;  messages base.
  132. ;------------------------------------------------;
  133. Ignore_Echo=No
  134.  
  135. ;------------------------------------------------;
  136. ;     Loc_Dir=Path to Local QWK/RDR directory
  137. ;------------------------------------------------;
  138. ; Use this to specify the default path/dir for
  139. ; local processing of QWK/REP files. This would
  140. ; normally be the location where your RDR expects
  141. ; to find the QWK files.
  142. ;------------------------------------------------;
  143. Loc_Dir=C:\RDR\QWK
  144.  
  145. ;------------------------------------------------;
  146. ;         Zip_Opt=Any valid PKZip option(s)
  147. ;------------------------------------------------;
  148. ;  If you need different ZIP options than the
  149. ;  normal system defaults, use this option.
  150. ;
  151. ;  Something like "Zip_Opt=-a -es" for example.
  152.  
  153.  
  154. ;------------------------------------------------;
  155. ;         Scan_Upld_Only=Yes/No
  156. ;------------------------------------------------;
  157. ;  When set to Yes, restricts the new file scan
  158. ;  to just the public upload directory. This
  159. ;  offers best performance. Specify No if your
  160. ;  operation requires ALL directories be scanned.
  161. ;------------------------------------------------;
  162. Scan_Upld_Only=Yes
  163.